home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 February / PCpro_2003_02.ISO / cdstart.exe / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-08-29  |  69 b   |  5 lines

  1. on(release){
  2.    getUrl("index.htm", "");
  3.    fscommand("quit");
  4. }
  5.